PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DView Class / setCameraToWorldMatrix Method
A 12-element 3D transformation matrix that specifies a position and orientation of the camera in world coordinates.
In This Topic
    setCameraToWorldMatrix Method
    In This Topic
    Sets the camera to world transformation matrix.
    Syntax
    public void setCameraToWorldMatrix( 
       double[] cameraToWorldMatrix
    )

    Parameters

    cameraToWorldMatrix
    A 12-element 3D transformation matrix that specifies a position and orientation of the camera in world coordinates.
    Exceptions
    ExceptionDescription
    When cameraToWorldMatrix array does not have 12 elements.
    See Also